home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util4 / 0utils.lha / 0Utils / Yes.doc < prev   
Text File  |  1995-09-05  |  901b  |  63 lines

  1.  
  2.  
  3.  
  4.     NAME
  5.     Yes
  6.  
  7.     SYNOPSIS
  8.     Yes -  Output 'y' lines  - Requires v37
  9.  
  10.     INPUTS
  11.     "LINES/N,STRING,NONL/S"
  12.  
  13.     DESCRIPTION
  14.  
  15.     Output an nearly endless stream of 'y' lines
  16.     (actually 2^32-1).
  17.     The output string can bve changed w/ the
  18.     STRING parameter; please note, that for
  19.     that case, Yes does _not_ add newlines
  20.     itself, so the string must itself contain
  21.     a newline.
  22.     The number of output lines can be varied w/
  23.     the LINES parameter.
  24.  
  25.     RESULT
  26.     what can we call a result here?
  27.     
  28.  
  29.     
  30.         
  31.  
  32.     NOTES
  33.     * CLI - only
  34.  
  35.     * should compile with SAS-C
  36.     
  37.  
  38.     BUGS
  39.  
  40.  
  41.     EXAMPLES
  42.  
  43.     >Yes LINES=5
  44.     y
  45.     y
  46.     y
  47.     y
  48.     y
  49.     
  50.  
  51.     HISTORY
  52.  
  53.     05-04-95 b_noll (1.0) created
  54.     12-04-95 b_noll source modification
  55.     19-08-95 b_noll created .data file
  56.     19-08-95 b_noll (1.1) removed '*n' neccessity, changed args precedence
  57.     
  58.  
  59.     AUTHOR
  60.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  61.     noll@student.uni-kl.de
  62.  
  63.